projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ea3025
)
(calendar-goto-french-date): Use assoc-string instead of
author
Glenn Morris
<rgm@gnu.org>
Thu, 19 Feb 2004 01:15:40 +0000
(
01:15
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 19 Feb 2004 01:15:40 +0000
(
01:15
+0000)
assoc-ignore-case.
lisp/calendar/cal-french.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/cal-french.el
b/lisp/calendar/cal-french.el
index 7c855e4127a638d330988700f07b6988671516eb..d988b008f53c51fba1fae2a184c108abaac045b0 100644
(file)
--- a/
lisp/calendar/cal-french.el
+++ b/
lisp/calendar/cal-french.el
@@
-228,12
+228,12
@@
Echo French Revolutionary date unless NOECHO is t."
(concat "Jour " x))
special-days))))))))
(completion-ignore-case t)
- (month (cdr (assoc-
ignore-case
+ (month (cdr (assoc-
string
(completing-read
"Mois ou Sansculottide: "
month-list
nil t)
- (calendar-make-alist month-list 1 'car))))
+ (calendar-make-alist month-list 1 'car)
t
)))
(day (if (> month 12)
(- month 12)
(calendar-read